Installation
System Requirements
- Node version 20.4.0 or later
- Supported platforms: macOS, Linux.
For windows users, we recommend using Windows Subsystem for Linux (WSL) for the best development experience.
Let's start by creating a new Catalyst application:
When prompted:
- Enter "pet-adoption-app" as the application name
- Choose "Redux" for state management
After installation completes, start the development server:
cd pet-adoption-app
npm run start
Your application should now be running at http://localhost:3005. You'll see a default "Hello World" page.